ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / SwapChain1 Class / Present1 Method / Present1(Int32,PresentFlags,RectL[]) Method

In This Topic
    Present1(Int32,PresentFlags,RectL[]) Method
    In This Topic
    HRESULT IDXGISwapChain1::Present1([In] unsigned int SyncInterval,[In] DXGI_PRESENT_FLAGS PresentFlags,[In] const void* pPresentParameters)
    Syntax
    'Declaration
     
    Public Overloads Function Present1( _
       ByVal syncInterval As Integer, _
       ByVal presentFlags As PresentFlags, _
       ByVal dirtyRectangles() As RectL _
    ) As Boolean
    public bool Present1( 
       int syncInterval,
       PresentFlags presentFlags,
       RectL[] dirtyRectangles
    )

    Parameters

    syncInterval
    presentFlags
    dirtyRectangles
    See Also